/*style_sp.css*/

html {
  -webkit-overflow-scrolling: touch;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

body {
    min-width: initial;/*SDL 210321*/
}

.ml10 {
    margin-left: 0;
}

.wrapper {
    min-width: 100%;
}

.contents {
    min-width: 100%;
}

/*トップページ（サイドメニューなしのページ）のみ適用*/
.sideIc {
    display: none;
}

.table_fixed tr th {
    font-size: 14px;
    padding: 6px 6px;
}

.table_fixed tr td {
    padding: 6px 6px;
    font-size: 13px;
}



.pre_image {
    display: none !important;
}


/*---------------------------------------------
 SP調整
  ---------------------------------------------*/

.mt0_sp {
    margin-top: 0!important;
}

.mt5_sp {
    margin-top: 5px!important;
}

.mt10_sp {
    margin-top: 10px!important;
}

.mt15_sp {
    margin-top: 15px!important;
}

.mt20_sp {
    margin-top: 20px!important;
}

.mt25_sp {
    margin-top: 25px!important;
}

.mt30_sp {
    margin-top: 30px!important;
}

.mt40_sp {
    margin-top: 40px!important;
}

.mt50_sp {
    margin-top: 50px!important;
}

.mt60_sp {
    margin-top: 60px!important;
}

.mt70_sp {
    margin-top: 70px!important;
}

.mt80_sp {
    margin-top: 80px!important;
}

.mt90_sp {
    margin-top: 90px!important;
}
.mt100_sp {
    margin-top: 100px!important;
}

.mb0_sp {
    margin-bottom: 0!important;
}
.mb10_sp {
    margin-bottom: 10px!important;
}

.mb20_sp {
    margin-bottom: 20px!important;
}

.mb30_sp {
    margin-bottom: 30px!important;
}

.mb40_sp {
    margin-bottom: 40px!important;
}

.mb50_sp {
    margin-bottom: 50px!important;
}

.mb60_sp {
    margin-bottom: 60px!important;
}

.mb70_sp {
    margin-bottom: 70px!important;
}

.mb80_sp {
    margin-bottom: 80px!important;
}

.mb90_sp {
    margin-bottom: 90px!important;
}

.mb100_sp {
    margin-bottom: 100px!important;
}

.ml0_sp {
    margin-left: 0!important;
}

.ml10_sp {
    margin-left: 10px!important;
}

.ml15_sp {
    margin-left: 15px!important;
}

.ml20_sp {
    margin-left: 20px!important;
}


/*---------------------------------------------
  SMC ヘッダー
  ---------------------------------------------*/

ul.head_bts {
    display: none;
}

.menu > ul > li > a > span {
    padding: 0;
    border-right: none;
}

.menu ul li a span.m01 {
    padding: 0;
    border-right: none;
    font-size: 15px;
}
.menu ul li a span.lang_sp:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/assets/smc_img/common/lang_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

.menu > ul > li > ul {
    left: 0;
    margin-top: 0;
    border-top: 1px dotted #808080;
    opacity: 1;
}

.menu {
    margin-top: 50px;
}

.menuWrapper {
  position: relative;
  z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#menuButton {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    width: 60px;
    height: 50px;
    cursor: pointer;
}

#menuButton span,
#menuButton::before,
#menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  left:0;
  right: 0;
  width: 24px;
  height: 4px;
  margin: auto;
  background: #0072C1;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #0072C1;
}
#menuButton::before {
  z-index: 2;
  transform: translate(0, -10px);
  content: "";
}
#menuButton::after {
  z-index: 2;
  transform: translate(0, 10px);
  content: "";
}

@keyframes lineTop {
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes lineMiddle {
  50%, 100% {
    opacity: 0;
  }
}
@keyframes lineBottom {
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: rotate(-45deg);
  }
}

#menuButton.active span {
  animation: lineMiddle 250ms step-end forwards;
}
#menuButton.active::before {
  animation: lineTop 250ms forwards;
}
#menuButton.active::after {
  animation: lineBottom 250ms forwards;
}

#menuButton.default span {
  animation: lineMiddle 250ms step-end reverse;
}
#menuButton.default::before {
  animation: lineTop 250ms reverse;
}
#menuButton.default::after {
  animation: lineBottom 250ms reverse;
}


/*---------------------------------------------
  スマホメニュー表示時の背景マスク
  ---------------------------------------------*/
#cover {
    background: #000;
    opacity:.6;
    width: 100%;
    height: 100vh;
    position:fixed;
    top: 0;
    left: 0;
    z-index:1;
    display:none;
    margin-top: 56px;
}


body {
  box-sizing:border-box;
  width: 100%;
  height:100%;
  overflow-x:hidden;
}

html.menu-open {
    overflow-y:hidden;
}

body.menu-open {
    overflow-y:hidden;
}
  
body.menu-open #cover{
    display: block;
    z-index:99;
}


/*---------------------------------------------
  メインビジュアル
  ---------------------------------------------*/

.mainVisual {
    width: 100%;
    min-width: 100%;
    margin-top: 50px;
    padding-top: 0;
}

.link_area01 ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

.link_area01 ul li {
    width: 49%;
    max-width: 498%;
    height: auto;
    min-height: 148px;
    margin-bottom: 10px;
}

.link_area01 ul li span {
    font-size: 14px;
    padding: 6px 0;
}

.link_area01 ul li span.mss {
    padding: 7.2px 0;
    font-size: 12px;
}

.link_area01 {
    padding: 15px 10px 0;
}

.hsearch_outer {
    width: 100%;
    min-width: 100%;
    padding: 20px;
}

.hsearch {
    width: 100%;
    display: block;
    height: auto;
}

#gsearch_form {
    display: block;
    text-align: center;
}

.hsearch_select {
    margin-right:0;
    margin-bottom: 20px;
}

.search_box {
    height: 46px;
    width: 320px;
    box-sizing: border-box;
    margin: 0 auto;
}

.hsearch_kw {
    width: 270px;
    font-size: 12px;
    height: 46px;
}


.bt_hsearch {
    height: 46px;
    width: 100%;
    max-width: 50px;
    
}

.bt_hsearch img {
    
}

a.pro_num {
    width: 320px;
    max-width: 320px;
    height: 46px;
    margin: 0 auto;
    margin-top: 20px;
}

a.pro_num span {
    text-align: center;
}

.radio-input + label {
    font-size: 14px;
}

.top_sec_title {
    min-width: 100%;
    height: 35px;
    background-image: url(/assets/smc_img/top/top_line_sp_g.png);
    background-size: cover;
}

.top_sec_title h2 {
    width: 100%;
    font-size: 18px;
    padding-left: 20px;
}

.tabs_wrapper {
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.tabs {
    width: 100%;
}

.tab_item {
    width: 32.6%;
    margin-right: 1.1%;
    font-size: 12px;
}

.last_tab {
    margin-right: 0;
}

ul.top_product_list {
    width: 100%;
}

ul.top_product_list li {
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
}

ul.top_product_list li:nth-child(2n) {
    margin-right: 0;
}

ul.top_product_list li p + span {
    padding-top: 20px;
    font-size: 12px;
}

ul.top_product_list li a {
    padding: 10px 15px 10px 6px;
}

ul.top_product_list li p {
    font-size:0;
    text-align: center;
    line-height: normal;
    width: auto;
    height: 95px;
}

ul.top_product_list li p:before {
    content:"";
    display: inline-block;
    height:100%;
    vertical-align: middle;
}

ul.top_product_list li p img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}

ul.top_product_list li dl dt p {
    width: 56px;
    height: 56px;
}

ul.top_product_list li dl dd {
    margin-left: 6px;
}

ul.top_product_list li dl dd span {
    line-height: 1.2;
    font-size: 12px;
    font-weight: 500;
}

ul.top_product_list li:after {
    width: 15px;
    height: 15px;
}

ul.top_product_list li span.pro_last {
    font-size: 12px;
    font-weight: 500;
}

ul.pro_csr {
    display: block;
}

ul.pro_csr > li {
    width: 100%;
    max-width: 100%;
}

.seminar_area_s {
    width: 100%;
    min-width: 100%;
}


.seminar_area_inner_s ul {
    display: block;
    width: 100%;
}

.seminar_area_inner_s ul li {
    width: 301px;
    max-width: 301px;
    height: 233px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.seminar_area_inner_s ul li a {
    background-image: url(/assets/smc_img/top/seminar/semi_back_sp.png);
}

.seminar_area_inner_s ul li a p.semi_title {
    font-size: 15px;
}

.seminar_area_inner_s ul li a div {
    padding: 5px 10px 5px 20px;
}

p.semi_place {
    line-height: 1.2;
}

.mid_linkbt_area {
    padding: 30px 10px 30px;
}

.mid_linkbt_area ul {
    width: 100%;
    display: block;
}

.mid_linkbt_area ul li {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
}

l.top_product_list li p {
    height: 96px;
}

.mid_linkbt_area ul li a span {
    font-size: 15px;
}

ul.top_product_list li span {
    width: 100%;
}

.theme_list {
    display: block;
}

.theme_list_left, .theme_list_right {
    width: 100%;
    max-width: 100%;
}

.theme_list ul li {
    width: 49%;
    max-width: 49%;
}

.theme_list ul li dl dt p {
    width: 48px;
    height: 48px;
}

.theme_list ul li dl {
    padding: 5px;
}

.theme_list ul li dl dd span {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 500;
}

.tab_content {
    padding-top: 15px;
}

ul.top_select_list {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

p.select_txt {
    font-size: 14px;
    margin-bottom: 20px;
}

ul.top_select_list li {
    width: 49%;
    max-width: 49%;
    height: 0;
/*    padding-top: 81.75%;*/
    padding-top: 40.06%;
    margin-right: 2%;
}

ul.top_select_list li:nth-child(2n) {
    margin-right: 0;
}

ul.top_select_list > li > a > img {
    top: 40%;
    width: 70%;
}

ul.top_select_list > li > a > img.w60 {
    width: 60%!important;
}

ul.top_select_list > li > a > img.w55 {
    width: 55%!important;
}

ul.top_select_list > li > a > img.w50 {
    width: 50%!important;
}

ul.top_select_list > li > a > img.w45 {
    width: 45%!important;
}

ul.top_select_list > li > a > img.w40 {
    width: 40%!important;
}

ul.top_select_list > li > a > img.w35 {
    width: 35%!important;
}

ul.top_select_list > li > a > img.w30 {
    width: 30%!important;
}

ul.top_select_list li span {
    font-size: 12px;
/*    font-size: 3.2vw;*/
    line-height: 1.2;
    font-weight: 500;
}

ul.top_select_list li a {
    position: absolute;
    top: 0;
}

ul.top_select_list li span.m_line {
    bottom: 8%;
}

ul.top_select_list li p {
    width: 100%;
    height: 64px;
    margin-top: 0;
    line-height: normal;
}

ul.top_select_list li p + span {
    font-size: 13px;
    padding-top: 15px;
}


.top_sec_title_w h2 {
    width: 100%;
    font-size: 18px;
    padding-left: 20px;
}

.new_pro_area {
    width: 100%;
    min-width: 100%;
    padding: 40px 10px 50px;
}

.semi_banner_area {
    width: 100%;
    padding-top: 30px;
}

.semi_banner_area ul {
    display: block;
    padding: 0 10px;
}

.semi_banner_area ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}



/*---------------------------------------------
  SMC TOP Information
  ---------------------------------------------*/

.info_area {
    border-top: 1px solid #0072c1;
    border-bottom: 1px solid #0072c1;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.info_area a {
    font-size: 14px;
}

.info_area a:after {
    margin-left: 8px;
}


/*---------------------------------------------
  ニュース
  ---------------------------------------------*/

.news_wrapper {
    width: 100%;
    min-width: 100%;
    padding: 20px 10px 30px;
}

.info_tabs {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info_tabs li {
    width: 32.6%;
    margin-right: 1.1%;
    font-size: 14px;
    padding: 10px 8px;
}

.info_tabs li.active {
    border-bottom: 1px solid #e6e6e6;
}

.info_tabs li:nth-child(3n) {
    margin-right: 0;
}

.info_content {
    width: 100%;
    padding: 20px 10px;
}

.infoCont ul li ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.infoCont ul li ul li {
    margin-right: 10px;
}


.infoCont ul li ul li:last-child {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

.infoCont ul li ul li:nth-child(2) {
/*    padding: 8px 0;*/
}


/*---------------------------------------------
  セミナー
  ---------------------------------------------*/

.top_sec_title_w {
    width: 100%;
    min-width: 100%;
    background-image: url(/assets/smc_img/top/top_line_sp_whi.png);
    background-size: cover;
    height: 35px;
}
    

.seminar_area {
    min-width: 100%;
    padding: 20px 10px 30px;
}

.seminar_area_inner > a {
    margin-bottom: 15px;
    width: 300px;
    max-width: 300px;
}

.seminar_area_inner ul {
    
}

.seminar_area_inner {
    width: 100%;
    display: block;
}

.seminar_area_inner ul li {
    font-size: 14px;
    padding: 0 20px;
    border-left: 5px solid #919191;
}

span.f24 {
    font-size: 18px;
}

span.f_box {
    font-size: 13px;
}

.seminar_area_inner_s ul li a div {
    height: 70px;
    padding: 8px 10px 8px 20px;
}

p.semi_date {
    font-size: 12px;
    margin-bottom: 3px;
}

p.semi_place {
    font-size: 12px;
}

.seminar_area_inner ul li:nth-child(3) {
    padding: 10px 20px 20px;
}

.seminar_area_inner ul li:last-child {
    padding: 5px 20px 5px;
}


/*---------------------------------------------
  ピックアップコンテンツ
  ---------------------------------------------*/

.pickup_area {
    min-width: 100%;
    padding: 20px 10px;
}



.pickup_area ul {
    width: 100%;
}

.pickup_area ul li {
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
    height: auto;
}



.pickup_area ul li:nth-child(3n) {
    margin-right: 2%;
}

.pickup_area ul li:nth-child(2n) {
    margin-right: 0;
}

.pickup_area ul li a p span {
    font-size: 12px;
    bottom: 5%;
}

.pickup_area ul li a p {
    height: 38px;
}

.pickup_area ul li a img {
    
}

.semi_banner_area ul li a span {
    font-size: 14px;
    margin-left: 20px;
}



/*---------------------------------------------
  お客様サポート
  ---------------------------------------------*/

.add_area {
    width: 100%;
    display: block;
    padding: 20px 10px 30px;
}

.add_area > div {
/*    margin-bottom: 30px;*/
}

ul.support {
    width: 100%;
    max-width: 100%;
}

ul.support > li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

ul.support > li.top_contact {
    height: auto;
    min-height: 68px;
    display: table;
}

ul.support > li.top_contact a {
    display: table-cell;
    vertical-align: middle;
}



ul.support > li span.contact {
    font-size: 16px;
    width: 86px;
    padding-left: 8px;
}

.top_sec_title_s h2 {
    width: 100%;
    font-size: 18px;
}

ul.support > li:first-child a:before {
    left: 15px;
}

ul.support > li:first-child a:before {
    width: 42px;
    height: 30px;
    background-image: url(/assets/smc_img/top/support/s_contact_ic_sp.png);
    top: 28%;
}



.top_sec_title_s {
    width: 100%;
    background-image: url(/assets/smc_img/top/top_line_sp_whi.png);
    background-size: cover;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
}

ul.csr {
    width: 100%;
    max-width: 100%;
    display: block;
}

ul.csr > li {
    width: 100%;
    max-width: 100%;
}
    
    
/*---------------------------------------------
  footer
  ---------------------------------------------*/
    
.f_area_top {
    display: none;
}
    
.f_area_bottom {
    width: 100%;
    padding-top: 0;
}

footer {
    padding-top: 60px 0 30px;
}


/*---------------------------------------------
  スライダー
  ---------------------------------------------*/

ul.nw_slider {
    width: 100%;
}

p.s_prevBt {
    display: none!important;
}

p.s_nextBt {
    display: none!important;
}

.slick-slide img {
    width: 100%;
    /* height: 348px; */
}

ul.nw_slider li {
    padding: 5px 10px;
}

ul.nw_slider li a {
    padding: 0 10px 0;
}

ul.nw_slider {
    width: 100%;
}

ul.nw_slider li dl dt {
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
}


ul.nw_slider li dl dt {
    font-size:0;
    text-align: center;
    line-height: normal;
}
ul.nw_slider li dl dt:before{
    content:"";
    display: inline-block;
    height:100%;
    vertical-align: middle;
}
ul.nw_slider li dl dt > img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}


ul.nw_slider li dl dd span {
    font-size: 14px;
}

ul.nw_slider li dl dd.n_date {
    margin-bottom: 5px;
}

.new_prolist_linkbt {
    width: 100%;
    height: 60px;
}

img.prev-ar_mid {
    top: 48%;
    left: 0;
    width: 12px;
}

img.next-ar_mid {
    top: 48%;
    right: 0;
    width: 12px;
}

/*---------------------------------------------
  top_bt
  ---------------------------------------------*/

#pageTop {
    bottom: 50px;
    right: 10px;
}

#pageTop a img {
    width: 70px;
}

/*---------------------------------------------
  スマホメニュー
  ---------------------------------------------*/

.menu > ul > li > ul#p2 li a{
    position: relative;
}

.menu > ul > li > ul.normal-sub > li a img {
    display: none;
}








/*====================================================================
.s_01 .accordion_one - Final
====================================================================*/

.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

.accordion-container .article-title {
    display: block;
    position: relative;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 48px;
    top: 0;
    right: 0;
/*
    background-image: url(/assets/smc_img/common/plus_ic.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
*/

}


.accordion-container .article-title:before, .accordion-container .article-title:after {
    display: block;
    content: '';
    background-color: #333;
    border-radius: 10px;
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.accordion-container .article-title:before {
    width: 2px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}




.accordion-container .article-title.open {
    display: block;
    cursor: pointer;
    position: absolute;
/*
    width: 12px;
    height: 2px;
    background-image: url(/assets/smc_img/common/minus_ic.png);
    right: 0;
    width: 50px;
    height: 54px;
    top: 0;
    background-size: 14px 2px;
    background-position: center;
*/

}

.accordion-container .article-title.open:before {
    width: 0px;
    height: 0px;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
}

.accordion-content {
  display: none;
}

.menu-dropdown-icon a {
    position: relative;
}

.menu > ul > li > a {
    position: relative;
    width: calc(100% - 50px);
}

.menu > ul > li > a:after {
    content: '';
    cursor: pointer;
    width: 8px;
    height: 16px;
    background-image: url(/assets/smc_img/common/arrow_blue01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: -32px;
}

.menu > ul > li.ch01 > a:after {
    content: '';
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url(/assets/smc_img/common/plus_ic_b.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: -25px;
    right: -50px;
    width: 50px;
    height: 100%;
    top: 0;
    background-color: transparent;
    background-size: 16px 16px;
    background-position: center;
}


.menu > ul > li.ch01 > a.action:after {
    width: 14px;
    height: 2px;
    background-image: url(/assets/smc_img/common/minus_ic_b.png);
    top: 27px;
    right: -25px;
}


/*---------------------------------------------
  スマホメニュー第2階層
  ---------------------------------------------*/

.article-title {
  position: relative;
}


/*
.menu > ul > li > span.ad > a:after {
    content: '';
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url(/assets/smc_img/common/plus_ic_b.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: transparent;
    background-size: 16px 16px;
    background-position: center;
}
*/

/*
.menu > ul > li > span.action > a:after {
    background-image: url(/assets/smc_img/common/minus_ic_b.png);
    right: 0;
    width: 50px;
    height: 100%;
    top: 0;
    background-color: transparent;
    background-size: 14px 2px;
    background-position: center;
}
*/


.menu > ul > li > span.ad {
    position: relative;
    display: block;
}

.menu > ul > li > span.ad:before {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-image: url(/assets/smc_img/common/plus_ic_b.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-size: 16px 16px;
    background-position: center;
}
.menu > ul > li > span.ad.action:before {
    background-image: url(/assets/smc_img/common/minus_ic_b.png);
    right: 0;
    width: 50px;
    height: 100%;
    top: 0;
    background-color: transparent;
    background-size: 14px 2px;
    background-position: center;
}

/*
.menu > ul > li > span.ad:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/g_img/common/sp_plus_ic.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 42%;
    right: 20px;
}

.menu > ul > li > span.ad.action:after {
    width: 12px;
    height: 2px;
    background-image: url(/g_img/common/sp_minus_ic.png);
    top: 48%;
}
*/


/*
.article-title:after {
    content: '';
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url(/assets/smc_img/common/plus_ic.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transition: all 0.2s ease-in-out;
    right: 50px;
    width: 50px;
    height: 100%;
    top: 0;
    background-color: transparent;
    background-size: 16px 16px;
    background-position: center;
}
*/

/*
.article-title.open:after {
    width: 12px;
    height: 2px;
    background-image: url(/assets/smc_img/common/minus_ic.png);
    right: -50px;
    width: 50px;
    height: 100%;
    top: 0;
    background-color: transparent;
    background-size: 14px 2px;
    background-position: center;
}
*/


/*---------------------------------------------
  パンくず
  ---------------------------------------------*/

.catpan {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}



/*---------------------------------------------
  Common
  ---------------------------------------------*/

.threeColumnList {
    width: 100%;
    margin: 0 auto;
}

.threeColumnList > li {
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.threeColumnList > li:nth-child(3n) {
    margin-right: 2%;
}

.threeColumnList > li:nth-child(2n) {
    margin-right: 0;
}

.threeColumnList > li > p {
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
}

.threeColumnList > li > a {
    padding: 10px 15px 15px 10px;
}

a.normal_bt_w270 {
    width: 100%;
    max-width: 270px;
    background-color: #0072C1;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    padding: 12px 35px 12px 10px;
    font-size: 14px;
}

a.wh_bt_w270 {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}



.threeColumnList.w_img li a {
    display: block;
    padding: 15px 15px;
}


.threeColumnList.w_img li a div {
    margin: 0 auto;
    margin-top: 20px;
}

.threeColumnList.w_img li a div img {
    min-width: 100%!important;
    max-width: 100%!important;
}

/*---------------------------------------------
  購入　2111追加
  ---------------------------------------------*/
.buy_txt {
    width: 92%;
    font-size: 16px;
    font-weight: 600;
    color:#000;
    margin: 10px auto;
}

.add_buy_area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
}


ul.b_banner {
    width: 100%;
    display: flex;
    margin-left: 8px;
}

ul.b_banner > li {
    border: 1px solid #c3c3c3;
    margin-right: 12px;
    margin-bottom: 10px;
    position: relative;
    width: auto;
}

ul.b_banner > li:hover {
    border: 1px solid #dfdfdf;
}

ul.b_banner img {
    width: 100%;
    height: 100%;
}

.add_c_banner_area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 0 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
}



.txx_ad {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    margin-left: 8px;
}

.txx_ad span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0072C1;
    display: inline-block;
    margin-right: 5px;
}


.buy_c_banner_area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 16px;
}


.buy_c_banner_area ul {
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.buy_c_banner_area ul li {
    width: 470px;
    max-width: 470px;
    margin-left: 10px;
}

.buy_c_banner_area ul li img {
    width:auto;
    height: 100%;
    max-width:100%;
}

.buy_c_banner_area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
}

.buy_c_banner_area ul li a:hover {
    border: 1px solid #fff;
}

.buy_c_banner_area ul li a span {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-left: 10px;
    color: #333333;
    font-weight: 600;
}


.buy_c_banner_area ul li:hover {
    box-shadow: 0 0 0 5px #333 inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

/*---------------------------------------------
  Video表示　2203追加
  ---------------------------------------------*/

video {
  width: 100%;
}


.sdgs_f21hd_sp {
      position: fixed;
}


